home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master01.dxr / 00300.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  438 b   |  16 lines

  1. on mouseUp
  2.   global k, s60
  3.   if k = 0 then
  4.     set k to 1
  5.     set the visible of sprite 20 to 0
  6.     set the visible of sprite 19 to 1
  7.     animate("a01-3hs.wav", 19, "A01-3-1.bmp", 5, s60, EMPTY)
  8.     animate(EMPTY, 19, "A01-3-4.bmp", 2, s60, EMPTY)
  9.     animate(EMPTY, 19, "A01-3-4.bmp", 2, s60, EMPTY)
  10.     puppetSprite(19, 0)
  11.     puppetSprite(20, 0)
  12.     set the visible of sprite 19 to 0
  13.     set the visible of sprite 20 to 1
  14.   end if
  15. end
  16.